home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / toku3 / httrack-3.32-2.exe / {app} / src_win / WinHTTrack / OptionTab7.h < prev    next >
C/C++ Source or Header  |  2002-01-19  |  2KB  |  60 lines

  1. #if !defined(AFX_OPTIONTAB7_H__E6FA3FE8_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_OPTIONTAB7_H__E6FA3FE8_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // OptionTab7.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // COptionTab7 dialog
  12.  
  13. class COptionTab7 : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(COptionTab7)
  16.  
  17. // Construction
  18. public:
  19.     COptionTab7();
  20.     ~COptionTab7();
  21.   char* GetTip(int id);
  22.   int modify;
  23.  
  24. // Dialog Data
  25.     //{{AFX_DATA(COptionTab7)
  26.     enum { IDD = IDD_OPTION7 };
  27.     CString    m_url2;
  28.     //}}AFX_DATA
  29.  
  30.  
  31. // Overrides
  32.     // ClassWizard generate virtual function overrides
  33.     //{{AFX_VIRTUAL(COptionTab7)
  34.     protected:
  35.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36.     //}}AFX_VIRTUAL
  37.  
  38. // Implementation
  39. protected:
  40.     // Generated message map functions
  41.     //{{AFX_MSG(COptionTab7)
  42.     afx_msg void OnAdd1();
  43.     afx_msg void OnAdd2();
  44.     virtual BOOL OnInitDialog();
  45.     afx_msg void OnCheck1();
  46.     afx_msg void OnCheck2();
  47.     afx_msg void OnCheck3();
  48.     //}}AFX_MSG
  49.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  50.     DECLARE_MESSAGE_MAP()
  51.  
  52.   void EnsureIncluded(BOOL state, CString filter);
  53.  
  54. };
  55.  
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  58.  
  59. #endif // !defined(AFX_OPTIONTAB7_H__E6FA3FE8_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  60.